BotaTransferRequest Struct Reference

Detailed Description

Structure defining the TRANSFER.request packet.

Data Fields

uint8_t packetType
 
uint16_t transferId
 
uint32_t bulkSize
 
uint8_t transferInfo [BOTA_MAX_TRANSFER_INFO_SIZE]
 

Field Documentation

◆ packetType

uint8_t BotaTransferRequest::packetType

◆ transferId

uint16_t BotaTransferRequest::transferId

◆ bulkSize

uint32_t BotaTransferRequest::bulkSize

◆ transferInfo

uint8_t BotaTransferRequest::transferInfo

The documentation for this struct was generated from the following files:
Go to Top